projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490fc5a
)
; Fix typo.
author
Vibhav Pant
<vibhavp@gmail.com>
Sun, 5 Feb 2017 16:21:05 +0000
(21:51 +0530)
committer
Vibhav Pant
<vibhavp@gmail.com>
Sun, 5 Feb 2017 16:21:05 +0000
(21:51 +0530)
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix
typo in docstring.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 7346dccdad128d43bbe380a91ae6dad5b0cc8b24..bddf04af6782d02486699c5a6a910862affe646a 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-4019,7
+4019,7
@@
that suppresses all warnings during execution of BODY."
"If CLAUSES is a `cond' form where:
The condition for each clause is of the form (TEST VAR VALUE).
VAR is a variable.
-TEST and VAR are the same through
t
out all conditions.
+TEST and VAR are the same throughout all conditions.
VALUE is either a constant or a quoted form.
Return a list of the form ((TEST . VAR) ((VALUE BODY) ...))"